PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedContent Class / getParagraph Method
Index of the paragraph to get.
In This Topic
    getParagraph Method
    In This Topic
    Gets the paragraph at the specified index.
    Syntax
    public PDFFormattedParagraph getParagraph( 
       int index
    )

    Parameters

    index
    Index of the paragraph to get.

    Return Value

    A PDFFormattedParagraph object at the specified index.
    See Also